Feature: Crear un nuevo post en schedule, lo elimino y buscarlo en la lista de schedule, valido que no existe
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 10.023s |
Scenario: Como autor creo un post en schedule, y lo busco en la lista de schedule, lo elimino y luego valido que no existe
Before
0m 3.194s
Given
I go to page "<HOST>" "ghost/#/signin"
0m 8.554s
And
I sign in with "<USERNAME>" and "<PASSWORD>"
0m 4.975s
When
I click new post
0m 3.664s
And
I set post attributes title "$number_1" and body "$string_1"
0m 3.350s
And
I select schedule post
0m 3.325s
And
I go to page "<HOST>" "ghost/#/posts?type=scheduled"
0m 7.758s
And
I Click a post with title "$$number_1"
0m 4.927s
And
I press settings button
0m 3.096s
And
I click delete from settings
0m 8.030s
And
I delete post
0m 7.957s
And
I go to page "<HOST>" "ghost/#/posts?type=scheduled"
0m 8.127s
Then
I validate the post with "$number_1" not exists
0m 3.051s
After
0m 0.015s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I go to page "<HOST>" "ghost/#/signin"
And
I sign in with "<USERNAME>" and "<PASSWORD>"
When
I click new post
And
I set post attributes title "$number_1" and body "$string_1"
And
I select schedule post
And
I go to page "<HOST>" "ghost/#/posts?type=scheduled"
And
I Click a post with title "$$number_1"
And
I press settings button
And
I click delete from settings
And
I delete post
And
I go to page "<HOST>" "ghost/#/posts?type=scheduled"
Then
I validate the post with "$number_1" not exists
After
NO IMAGE AVAILABLE